Class org.omg.CORBA.AttributeDescriptionHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AttributeDescriptionHelper

java.lang.Object
   |
   +----org.omg.CORBA.AttributeDescriptionHelper

public final class AttributeDescriptionHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, AttributeDescription)
 o extract(Any)
 o id()
 o insert(Any, AttributeDescription)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             AttributeDescription that)
 o __read
  public static AttributeDescription __read(InputStream in)
 o extract
  public static AttributeDescription extract(Any a)
 o insert
  public static void insert(Any a,
                            AttributeDescription that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index